func runtime.isEmpty

22 uses

	runtime (current package)
		map.go#L111: func isEmpty(x uint8) bool {
		map.go#L622: 				if isEmpty(b.tophash[i]) && inserti == nil {
		map.go#L913: 		if isEmpty(b.tophash[offi]) || b.tophash[offi] == evacuatedEmpty {
		map.go#L1178: 				if isEmpty(top) {
		map_fast32.go#L45: 			if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast32.go#L85: 			if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast32.go#L127: 			if isEmpty(b.tophash[i]) {
		map_fast32.go#L217: 			if isEmpty(b.tophash[i]) {
		map_fast32.go#L299: 			if key != *(*uint32)(k) || isEmpty(b.tophash[i]) {
		map_fast32.go#L402: 				if isEmpty(top) {
		map_fast64.go#L45: 			if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast64.go#L85: 			if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast64.go#L127: 			if isEmpty(b.tophash[i]) {
		map_fast64.go#L217: 			if isEmpty(b.tophash[i]) {
		map_fast64.go#L299: 			if key != *(*uint64)(k) || isEmpty(b.tophash[i]) {
		map_fast64.go#L404: 				if isEmpty(top) {
		map_faststr.go#L32: 				if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L48: 			if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L127: 				if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L143: 			if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L240: 				if isEmpty(b.tophash[i]) && insertb == nil {
		map_faststr.go#L430: 				if isEmpty(top) {